home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / scorched.swf / scripts / DefineButton2_231 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-04-12  |  157 b   |  9 lines

  1. on(press){
  2.    _root.player1head--;
  3.    if(_root.player1head < 1)
  4.    {
  5.       _root.player1head = 1;
  6.    }
  7.    _root.player1h.gotoAndStop(player1head);
  8. }
  9.